home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / DSUTIL12 / LPRINT / LPRINT.DOC < prev    next >
Text File  |  1993-10-25  |  3KB  |  78 lines

  1. * File Name:        LPRINT.DOC
  2. * Date:            25 October 1993
  3. * Version:        1
  4. * Updates count:    1
  5. * Purpose:           Documentation for LPRINT.PAS
  6. * Author:        Dmitry Stefankov
  7. * Format:        Simplified form of ISO/DIS 6592 standard
  8.  
  9.  
  10.  
  11. ------------------- Part 1 (Identification) ------------------------------
  12.  
  13. Program Name:            LPRINT.PAS
  14. Version:            1
  15. Release:            30
  16. Date:                25 October 1993
  17. History:            Written for internal use of author
  18.  
  19.  
  20. ------------------- Part 2 (General) -------------------------------------
  21.  
  22. Responsibility:            no specified
  23. Supply order:            no specified
  24. Purpose:            text processing
  25. Area of usage:            utility program for OS
  26. Common knowledges:        no specified
  27. Problem description:        text documents formatting
  28. Additional knowledges:        no specified
  29. Agreements and terminology:    standard IBM PC terminology
  30. Algorithms and principles:    described in source code
  31. Function:            single
  32. Characteristics:        application (utility),
  33.                 special class (text-processors)
  34. Restrictions:            (1) Intel computer architecture only 
  35.                 (2) see hardware/software requirements
  36. Errors processing:        described in source code
  37. Data safety/protection:        described in source code
  38. Data for application:        input:  text file (DOS,UNIX,etc)
  39.                 output:    formatted text file
  40. Programming language:        Turbo Pascal (Version 6.0+)
  41. Instructions to compile:    TPC  lprint.pas , where
  42.                 TPC is a Turbo Pascal command-line compiler
  43. Requirements for software:    operating system:  PC/MS-DOS (Version 3.0+)
  44.                 other:         no specified
  45. Requirements for hardware:    computer:  IBM PC, IBM PS/2 or compatible 
  46.                 memory:    minimum 192 Kbytes
  47.                 other:     no specified
  48. Example to run:            lprint.exe -fsin.txt -fdout.txt -fccfg.txt, 
  49.                 where
  50.                 <in.txt>   -> input filename
  51.                 <out.txt>  -> output filename
  52.                 <cfg.txt>  -> options configuration file
  53. Miscellaneous:            none specified
  54.  
  55.  
  56. ------------------- Part 3 (Technical) -----------------------------------
  57.  
  58. Terminolgy and agreements:    no specified
  59. Program structure:        single module
  60. Program listing:        source code available
  61. Data techical description:    no specified
  62. Control commands:        no specified
  63. Work methods:            batch mode
  64. Messages:            described in source code
  65. Setup:                no required
  66. Adaptation:            no specified
  67. Tests:                no specified
  68. Service:            no specified
  69.  
  70.  
  71. ------------------- Part 4 (Miscellaneous) -------------------------------
  72.  
  73. Guarantee:            read license agreement
  74. Changes to source code:        read license agreement
  75. Serial number:            no specified
  76. Price:                read license agreement
  77. Other:                nothing
  78.